| Trees | Indices | Help |
|
|---|
|
|
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
_align_ = 8int(x[, base]) -> integer |
|||
_all_ = Falsebool(x) -> bool |
|||
_clip_ = 80int(x[, base]) -> integer |
|||
_code_ = Falsebool(x) -> bool |
|||
_derive_ = Falsebool(x) -> bool |
|||
_detail_ = 0int(x[, base]) -> integer |
|||
_infer_ = Falsebool(x) -> bool |
|||
_limit_ = 100int(x[, base]) -> integer |
|||
_stats_ = 0int(x[, base]) -> integer |
|||
_cutoff = 0int(x[, base]) -> integer |
|||
_depth = 0int(x[, base]) -> integer |
|||
_duplicate = 0int(x[, base]) -> integer |
|||
_excl_d = None
|
|||
_ign_d = str(object) -> string |
|||
_incl = str(object) -> string |
|||
_mask = 7int(x[, base]) -> integer |
|||
_missed = 0int(x[, base]) -> integer |
|||
_profile = Falsebool(x) -> bool |
|||
_profs = None
|
|||
_seen = None
|
|||
_total = 0int(x[, base]) -> integer |
|||
|
|||
|
duplicate Number of duplicate objects. |
|||
|
missed Number of objects missed due to errors. |
|||
|
total Total size accumulated so far. |
|||
|
Inherited from |
|||
|
|||
|
|
Size each object and return an Asized instance with size information and referents up to the given detail level (and with modified options, see method set). If only one object is given, the return value is the Asized instance for that object. |
Exclude any references to the specified objects from sizing. While any references to the given objects are excluded, the objects will be sized if specified as positional arguments in subsequent calls to methods asizeof and asizesof. |
Exclude the specified object instances and types from sizing. All instances and types of the given objects are excluded, even objects specified as positional arguments in subsequent calls to methods asizeof and asizesof. |
Print the profiles above cutoff percentage. w=0 -- indentation for each line cutoff=0 -- minimum percentage printed print3options -- print options, as in Python 3.0 |
Print the statistics. w=0 -- indentation for each line objs=() -- optional, list of objects opts={} -- optional, dict of options used sized=() -- optional, tuple of Asized instances returned sizes=() -- optional, tuple of sizes returned stats=3.0 -- print statistics and cutoff percentage print3options -- print options, as in Python 3.0 |
Print the summary statistics. w=0 -- indentation for each line objs=() -- optional, list of objects print3options -- print options, as in Python 3.0 |
Print the types and dict tables. w=0 -- indentation for each line print3options -- print options, as in Python 3.0 |
Set some options. Any options not set remain the same as the previous setting. align=8 -- size alignment code=False -- incl. (byte)code size detail=0 -- Asized refs level limit=100 -- recursion limit stats=0.0 -- print statistics and cutoff percentage |
Reset options, state, etc. The available options and default values are: align=8 -- size alignment all=False -- all current GC objects and referents clip=80 -- clip repr() strings code=False -- incl. (byte)code size derive=False -- derive from super type detail=0 -- Asized refs level ignored=True -- ignore certain types infer=False -- try to infer types limit=100 -- recursion limit stats=0.0 -- print statistics and cutoff percentage See function asizeof for a description of the options. |
|
|||
_align_int(x[, base]) -> integer Convert a string or number to an integer, if possible. A floating point argument will be truncated towards zero (this does not include a string representation of a floating point number!) When converting a string, use the optional base. It is an error to supply a base when converting a non-string. If base is zero, the proper base is guessed based on the string content. If the argument is outside the integer range a long object will be returned instead.
|
_all_bool(x) -> bool Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
|
_clip_int(x[, base]) -> integer Convert a string or number to an integer, if possible. A floating point argument will be truncated towards zero (this does not include a string representation of a floating point number!) When converting a string, use the optional base. It is an error to supply a base when converting a non-string. If base is zero, the proper base is guessed based on the string content. If the argument is outside the integer range a long object will be returned instead.
|
_code_bool(x) -> bool Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
|
_derive_bool(x) -> bool Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
|
_detail_int(x[, base]) -> integer Convert a string or number to an integer, if possible. A floating point argument will be truncated towards zero (this does not include a string representation of a floating point number!) When converting a string, use the optional base. It is an error to supply a base when converting a non-string. If base is zero, the proper base is guessed based on the string content. If the argument is outside the integer range a long object will be returned instead.
|
_infer_bool(x) -> bool Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
|
_limit_int(x[, base]) -> integer Convert a string or number to an integer, if possible. A floating point argument will be truncated towards zero (this does not include a string representation of a floating point number!) When converting a string, use the optional base. It is an error to supply a base when converting a non-string. If base is zero, the proper base is guessed based on the string content. If the argument is outside the integer range a long object will be returned instead.
|
_stats_int(x[, base]) -> integer Convert a string or number to an integer, if possible. A floating point argument will be truncated towards zero (this does not include a string representation of a floating point number!) When converting a string, use the optional base. It is an error to supply a base when converting a non-string. If base is zero, the proper base is guessed based on the string content. If the argument is outside the integer range a long object will be returned instead.
|
_cutoffint(x[, base]) -> integer Convert a string or number to an integer, if possible. A floating point argument will be truncated towards zero (this does not include a string representation of a floating point number!) When converting a string, use the optional base. It is an error to supply a base when converting a non-string. If base is zero, the proper base is guessed based on the string content. If the argument is outside the integer range a long object will be returned instead.
|
_depthint(x[, base]) -> integer Convert a string or number to an integer, if possible. A floating point argument will be truncated towards zero (this does not include a string representation of a floating point number!) When converting a string, use the optional base. It is an error to supply a base when converting a non-string. If base is zero, the proper base is guessed based on the string content. If the argument is outside the integer range a long object will be returned instead.
|
_duplicateint(x[, base]) -> integer Convert a string or number to an integer, if possible. A floating point argument will be truncated towards zero (this does not include a string representation of a floating point number!) When converting a string, use the optional base. It is an error to supply a base when converting a non-string. If base is zero, the proper base is guessed based on the string content. If the argument is outside the integer range a long object will be returned instead.
|
_ign_dstr(object) -> string Return a nice string representation of the object. If the argument is a string, the return value is the same object.
|
_inclstr(object) -> string Return a nice string representation of the object. If the argument is a string, the return value is the same object.
|
_maskint(x[, base]) -> integer Convert a string or number to an integer, if possible. A floating point argument will be truncated towards zero (this does not include a string representation of a floating point number!) When converting a string, use the optional base. It is an error to supply a base when converting a non-string. If base is zero, the proper base is guessed based on the string content. If the argument is outside the integer range a long object will be returned instead.
|
_missedint(x[, base]) -> integer Convert a string or number to an integer, if possible. A floating point argument will be truncated towards zero (this does not include a string representation of a floating point number!) When converting a string, use the optional base. It is an error to supply a base when converting a non-string. If base is zero, the proper base is guessed based on the string content. If the argument is outside the integer range a long object will be returned instead.
|
_profilebool(x) -> bool Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
|
_totalint(x[, base]) -> integer Convert a string or number to an integer, if possible. A floating point argument will be truncated towards zero (this does not include a string representation of a floating point number!) When converting a string, use the optional base. It is an error to supply a base when converting a non-string. If base is zero, the proper base is guessed based on the string content. If the argument is outside the integer range a long object will be returned instead.
|
|
|||
duplicateNumber of duplicate objects.
|
missedNumber of objects missed due to errors.
|
totalTotal size accumulated so far.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 5 14:59:37 2010 | http://epydoc.sourceforge.net |