GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
gdb._GdbFile Class Reference
Inheritance diagram for gdb._GdbFile:

Public Member Functions

 __init__ (self, stream)
 
 close (self)
 
 isatty (self)
 
 writelines (self, iterable)
 
 flush (self)
 
 write (self, s)
 
 __init__ (self, stream)
 
 close (self)
 
 isatty (self)
 
 writelines (self, iterable)
 
 flush (self)
 
 write (self, s)
 

Public Attributes

 stream
 

Static Public Attributes

str encoding = "UTF-8"
 
str errors = "strict"
 
 stdout
 
 stderr
 

Detailed Description

Definition at line 39 of file __init__.py.

Constructor & Destructor Documentation

◆ __init__() [1/2]

gdb._GdbFile.__init__ ( self,
stream )

Definition at line 44 of file __init__.py.

◆ __init__() [2/2]

gdb._GdbFile.__init__ ( self,
stream )

Member Function Documentation

◆ close() [1/2]

gdb._GdbFile.close ( self)

Definition at line 47 of file __init__.py.

◆ close() [2/2]

gdb._GdbFile.close ( self)

Definition at line 47 of file __init__.py.

◆ flush() [1/2]

gdb._GdbFile.flush ( self)

◆ flush() [2/2]

gdb._GdbFile.flush ( self)

◆ isatty() [1/2]

gdb._GdbFile.isatty ( self)

Definition at line 51 of file __init__.py.

◆ isatty() [2/2]

gdb._GdbFile.isatty ( self)

Definition at line 51 of file __init__.py.

◆ write() [1/2]

gdb._GdbFile.write ( self,
s )

◆ write() [2/2]

gdb._GdbFile.write ( self,
s )

◆ writelines() [1/2]

gdb._GdbFile.writelines ( self,
iterable )

◆ writelines() [2/2]

gdb._GdbFile.writelines ( self,
iterable )

Member Data Documentation

◆ encoding

str gdb._GdbFile.encoding = "UTF-8"
static

Definition at line 41 of file __init__.py.

◆ errors

str gdb._GdbFile.errors = "strict"
static

Definition at line 42 of file __init__.py.

◆ stderr

gdb._GdbFile.stderr
static

Definition at line 67 of file __init__.py.

◆ stdout

gdb._GdbFile.stdout
static

Definition at line 65 of file __init__.py.

◆ stream

gdb._GdbFile.stream

Definition at line 45 of file __init__.py.

Referenced by gdb._GdbFile.__init__(), gdb._GdbFile.flush(), and gdb._GdbFile.write().


The documentation for this class was generated from the following files: