Package coro :: Module _coro :: Class internal_function
[hide private]
[frames] | no frames]

Class internal_function

object --+    
         |    
  function --+
             |
            internal_function

Internal function.

This represents a special class of functions handled by the profiler. Currently this includes "main" (the time spent in the main thread which is primarily the scheduler) and "wait" (time spent waiting for I/O in kevent).

Instance Methods [hide private]
 
__cmp__(x, y)
cmp(x,y)
 
__hash__(x)
hash(x)
a new object with type S, a subtype of T
__new__(T, S, ...)
 
as_str(...)

Inherited from function: __repr__

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__hash__(x)
(Hashing function)

 
hash(x)
Overrides: object.__hash__

__new__(T, S, ...)

 
Returns: a new object with type S, a subtype of T
Overrides: object.__new__