Home | History | Annotate | Download | only in pydoc_data

Lines Matching full:inheritance

1376           '   classdef    ::= [decorators] "class" classname [inheritance] ":" '
1378 ' inheritance ::= "(" [argument_list] ")"\n'
1381 'A class definition is an executable statement. The inheritance '
1386 'object which allows subclassing. Classes without an inheritance '
1405 'class object is then created using the inheritance list for the '
2492 ' classdef ::= [decorators] "class" classname [inheritance] '
2494 ' inheritance ::= "(" [argument_list] ")"\n'
2497 'A class definition is an executable statement. The inheritance '
2502 'object which allows subclassing. Classes without an inheritance '
2523 'class object is then created using the inheritance list for the '
11180 " 'diamond' inheritance structures where there are multiple\n"
11181 ' inheritance paths leading back to a common ancestor. Additional\n'