Dir#

class Dir(*args, **kwargs)#
Constructors:

open(path:str, flags:int) -> GLib.Dir

Constructors#

class Dir
classmethod open(path: str, flags: int) Dir#
Parameters:
  • path

  • flags

Methods#

class Dir
close() None#
classmethod make_tmp() str#
read_name() str#
rewind() None#