how finish list object's methods attributes?
dir(re.compile(pattern))
does relapse settlement lists's elements. namely returns:
['__copy__', '__deepcopy__', 'findall', 'finditer', 'match', 'scanner', 'search', 'split', 'sub', 'subn']
according manual, ostensible enclose
the object's attributes' names, the
names the class's attributes, and
recursively attributes its
class's bottom classes.
it says also that
the list indispensably complete.
is there proceed complete list? i always feigned dir advantage finish list nonetheless apparently does not...
also: there proceed list wholly attributes? wholly methods?
edit: indeed bug python -> presumably bound 3.0 bend (and maybe also 2.6)
Comments
Post a Comment