logging.Logger.warning()
  • References/Python/Python/Logging

Logger.warning(msg, *args, **kwargs) Logs a message with level WARNING on this logger. The arguments are interpreted

2025-01-10 15:47:30
logging.Filter.filter()
  • References/Python/Python/Logging

filter(record) Is the specified record to be logged? Returns zero for no, nonzero for yes. If deemed appropriate, the record

2025-01-10 15:47:30
auth.models.User.is_superuser
  • References/Python/Django/API/contrib packages/django.contrib.auth

is_superuser Boolean. Designates that this user has all permissions without explicitly assigning them.

2025-01-10 15:47:30
curses.window.mvwin()
  • References/Python/Python/Operating System

window.mvwin(new_y, new_x) Move the window so its upper-left corner is at (new_y, new_x).

2025-01-10 15:47:30
shlex.shlex.eof
  • References/Python/Python/Frameworks

shlex.eof Token used to determine end of file. This will be set to the empty string (''), in non-POSIX mode, and

2025-01-10 15:47:30
urllib.request.getproxies()
  • References/Python/Python/Internet

urllib.request.getproxies() This helper function returns a dictionary of scheme to proxy server URL mappings. It scans the environment

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

fileinput.filename() Return the name of the file currently being read. Before the first line has been read, returns None

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

os.getsid(pid) Call the system call getsid(). See the Unix manual for the semantics.

2025-01-10 15:47:30
gis.geos.GEOSGeometry.wkb
  • References/Python/Django/API/GEOS API

GEOSGeometry.wkb Returns the WKB (Well-Known Binary) representation of this Geometry as a Python buffer. SRID value is not included

2025-01-10 15:47:30
gis.gdal.Field.precision
  • References/Python/Django/API/GDAL API

precision Returns the numeric precision of this field. This is meaningless (and set to zero) for non-numeric fields:

2025-01-10 15:47:30