gis.gdal.Layer.num_fields
  • References/Python/Django/API/GDAL API

num_fields Returns the number of fields in the layer, i.e the number of fields of data associated with each feature in the layer:

2025-01-10 15:47:30
IVGMMResults.compare_j()
  • References/Python/Statsmodels/Generalized Method of Moments

statsmodels.sandbox.regression.gmm.IVGMMResults.compare_j

2025-01-10 15:47:30
importlib.machinery.FileFinder.find_loader()
  • References/Python/Python/Importing

find_loader(fullname) Attempt to find the loader to handle fullname within path.

2025-01-10 15:47:30
os.supports_dir_fd
  • References/Python/Python/Operating System

os.supports_dir_fd A

2025-01-10 15:47:30
pty.openpty()
  • References/Python/Python/Unix

pty.openpty() Open a new pseudo-terminal pair, using

2025-01-10 15:47:30
xml.etree.ElementTree.XML()
  • References/Python/Python/Structured Markup

xml.etree.ElementTree.XML(text, parser=None) Parses an XML section from a string constant. This function can be used to embed

2025-01-10 15:47:30
fileinput.isstdin()
  • References/Python/Python/File & Directory Access

fileinput.isstdin() Returns true if the last line was read from sys.stdin, otherwise returns false.

2025-01-10 15:47:30
doctest.DocTest.docstring
  • References/Python/Python/Development Tools

docstring The string that the test was extracted from, or ‘None’ if the string is unavailable, or if the test was not extracted

2025-01-10 15:47:30
GroupBy.groups
  • References/Python/Pandas/API Reference/GroupBy

GroupBy.groups dict {group name -> group labels}

2025-01-10 15:47:30
operator.length_hint()
  • References/Python/Python/Functional Programming

operator.length_hint(obj, default=0) Return an estimated length for the object o. First try to return its actual length

2025-01-10 15:47:30