Home | History | Annotate | Download | only in c-api

Lines Matching full:objects

7 Concrete Objects Layer
20 objects which are passed in, many of them do not check for *NULL* being passed
27 Fundamental Objects
30 This section describes Python type objects and the singleton object ``None``.
40 Numeric Objects
55 Sequence Objects
60 Generic operations on sequence objects were discussed in the previous chapter;
61 this section deals with the specific kinds of sequence objects that are
77 Container Objects
90 Function Objects
101 Other Objects