Get the number of bytes occupied by the object in memory. This excludes references to other objects or data structures by pointers, and includes the object metadata.
sys.getsizeof(object)
Argument | Information |
---|---|
object |
object to get size of |
Return int
containing the size occupied by the object in memory
Get the reference count of an object.
sys.getrefcnt(object)
Argument | Information |
---|---|
object |
object to get reference count of |
Return int
containing the reference count
Interpreter path variable - readonly
Interpreter has_color variable - read and write
Number of arguments passed to Falcon
tuple
of str
s containing the arguments
str
containing Falcon version