Home
last modified time | relevance | path

Searched full:classmethods (Results 1 – 13 of 13) sorted by relevance

/third_party/node/test/doctool/
Dtest-doctool-json.js71 classMethods: [{ property
176 classMethods: [ property
/third_party/python/Lib/
Dabc.py29 """A decorator indicating abstract classmethods.
Dtarfile.py1542 # Below are the classmethods which act as alternate constructors to the
Ddoctest.py820 classmethods, and properties.
Dinspect.py1341 # implicit 'self' (or 'cls' for classmethods) argument
/third_party/grpc/src/ruby/
D.rubocop_todo.yml310 Style/ClassMethods:
/third_party/python/Doc/howto/
Ddescriptor.rst408 reference and does not care about any underlying data. One use for classmethods
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dmessage.c737 klass, rb_eval_string("::Google::Protobuf::MessageExts::ClassMethods")); in build_class_from_descriptor()
/third_party/python/Lib/test/
Dtest_doctest.py425 modules, functions, classes, methods, staticmethods, classmethods, and
490 methods, classmethods, staticmethods, properties, and nested classes.
Dtest_descr.py1543 # Test super() with classmethods (SF bug 535444)
/third_party/python/Doc/library/
Ddoctest.rst1311 methods, staticmethods, classmethods, and properties.
Dfunctions.rst1622 is useful for classmethods).
/third_party/python/Objects/
Dtypeobject.c2696 if they are plain functions, make them classmethods */ in type_new()