Changeset 391 for python/trunk/Doc/c-api/concrete.rst
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Doc/c-api/concrete.rst
r2 r391 12 12 object from a Python program and you are not sure that it has the right type, 13 13 you must perform a type check first; for example, to check that an object is a 14 dictionary, use :c func:`PyDict_Check`. The chapter is structured like the14 dictionary, use :c:func:`PyDict_Check`. The chapter is structured like the 15 15 "family tree" of Python object types. 16 16 … … 101 101 slice.rst 102 102 weakref.rst 103 capsule.rst 103 104 cobject.rst 104 105 cell.rst … … 106 107 datetime.rst 107 108 set.rst 109 code.rst
Note:
See TracChangeset
for help on using the changeset viewer.