Lines Matching full:built
74 interface provided by the standard built-in types, such as floats,
86 - "Built-in object interface": this is the interface that a new
87 built-in type must provide and the mechanisms and rules that a
88 developer of a new built-in type must use and follow.
99 constructors for building objects of built-in types. This is needed
124 built-in types.
262 Called by the repr() built-in function and by reverse quotes.
274 Called by the str() built-in function and by the print
287 Called by the unistr() built-in function.
730 See the built-in function divmod. Returns NULL on failure.
741 See the built-in function pow. Returns NULL on failure.