File tree 1 file changed +3
-1
lines changed 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ available. They are listed here in alphabetical order.
16
16
:func: `basestring ` :func: `execfile ` :func: `issubclass ` :func: `print ` :func: `super `
17
17
:func: `bin ` :func: `file ` :func: `iter ` :func: `property ` :func: `tuple `
18
18
:func: `bool ` :func: `filter ` :func: `len ` :func: `range ` :func: `type `
19
- :func: `bytearray ` :func: `float ` : func: ` list ` :func: `raw_input ` :func: `unichr `
19
+ :func: `bytearray ` :func: `float ` | func- list |_ :func: `raw_input ` :func: `unichr `
20
20
:func: `callable ` :func: `format ` :func: `locals ` :func: `reduce ` :func: `unicode `
21
21
:func: `chr ` |func-frozenset |_ :func: `long ` :func: `reload ` :func: `vars `
22
22
:func: `classmethod ` :func: `getattr ` :func: `map ` |func-repr |_ :func: `xrange `
@@ -38,6 +38,7 @@ section.
38
38
39
39
.. |func-dict | replace :: ``dict() ``
40
40
.. |func-frozenset | replace :: ``frozenset() ``
41
+ .. |func-list | replace :: ``list() ``
41
42
.. |func-memoryview | replace :: ``memoryview() ``
42
43
.. |func-repr | replace :: ``repr() ``
43
44
.. |func-set | replace :: ``set() ``
@@ -697,6 +698,7 @@ section.
697
698
Support for a tuple of type information was added.
698
699
699
700
701
+ .. _func-list :
700
702
.. function :: issubclass(class, classinfo)
701
703
702
704
Return true if *class * is a subclass (direct, indirect or :term: `virtual
You can’t perform that action at this time.
0 commit comments