Package topo :: Package misc :: Module asizeof :: Class _Prof
[hide private]
[frames] | no frames]

Class _Prof

source code


Internal type profile class.
Instance Methods [hide private]
 
__cmp__(self, other) source code
 
__lt__(self, other) source code
 
format(self, clip=0, grand=None)
Return format dict.
source code
 
update(self, obj, size)
Update this profile.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  total = 0
int(x[, base]) -> integer
  high = 0
int(x[, base]) -> integer
  number = 0
int(x[, base]) -> integer
  objref = None
  weak = False
bool(x) -> bool
Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

total

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.

Value:
0

high

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.

Value:
0

number

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.

Value:
0

weak

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.

Value:
False