HomeSort by relevance Sort by last modified time
    Searched defs:defproperty (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
minicompat.py 14 # defproperty -- function used in conjunction with GetattrMagic;
23 # defproperty(MyClass, "myattr",
36 # defproperty() should be used for each version of
39 __all__ = ["NodeList", "EmptyNodeList", "StringTypes", "defproperty"]
102 def defproperty(klass, name, doc): function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
minicompat.py 14 # defproperty -- function used in conjunction with GetattrMagic;
23 # defproperty(MyClass, "myattr",
36 # defproperty() should be used for each version of
39 __all__ = ["NodeList", "EmptyNodeList", "StringTypes", "defproperty"]
102 def defproperty(klass, name, doc): function
  /external/python/cpython2/Lib/xml/dom/
minicompat.py 14 # defproperty -- function used in conjunction with GetattrMagic;
23 # defproperty(MyClass, "myattr",
36 # defproperty() should be used for each version of
39 __all__ = ["NodeList", "EmptyNodeList", "StringTypes", "defproperty"]
102 def defproperty(klass, name, doc): function
  /external/python/cpython3/Lib/xml/dom/
minicompat.py 18 # defproperty -- function used in conjunction with GetattrMagic;
27 # defproperty(MyClass, "myattr",
40 # defproperty() should be used for each version of
43 __all__ = ["NodeList", "EmptyNodeList", "StringTypes", "defproperty"]
101 def defproperty(klass, name, doc): function
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
minicompat.py 14 # defproperty -- function used in conjunction with GetattrMagic;
23 # defproperty(MyClass, "myattr",
36 # defproperty() should be used for each version of
39 __all__ = ["NodeList", "EmptyNodeList", "StringTypes", "defproperty"]
102 def defproperty(klass, name, doc): function
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
minicompat.py 14 # defproperty -- function used in conjunction with GetattrMagic;
23 # defproperty(MyClass, "myattr",
36 # defproperty() should be used for each version of
39 __all__ = ["NodeList", "EmptyNodeList", "StringTypes", "defproperty"]
102 def defproperty(klass, name, doc): function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
minicompat.py 14 # defproperty -- function used in conjunction with GetattrMagic;
23 # defproperty(MyClass, "myattr",
36 # defproperty() should be used for each version of
39 __all__ = ["NodeList", "EmptyNodeList", "StringTypes", "defproperty"]
102 def defproperty(klass, name, doc): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
minicompat.py 14 # defproperty -- function used in conjunction with GetattrMagic;
23 # defproperty(MyClass, "myattr",
36 # defproperty() should be used for each version of
39 __all__ = ["NodeList", "EmptyNodeList", "StringTypes", "defproperty"]
102 def defproperty(klass, name, doc): function

Completed in 178 milliseconds