Scarab  v2.9.0
Project 8 C++ Utility Library
Public Member Functions | Public Attributes | List of all members
Capture Class Reference
Inheritance diagram for Capture:
Inheritance graph

Public Member Functions

def __init__ (self, capfd)
 
def __enter__ (self)
 
def __exit__ (self, args)
 
def __eq__ (self, other)
 
def __str__ (self)
 
def __contains__ (self, item)
 
def unordered (self)
 
def stderr (self)
 

Public Attributes

 capfd
 
 out
 
 err
 
 explanation
 

Detailed Description

Definition at line 73 of file conftest.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  capfd 
)

Definition at line 74 of file conftest.py.

Member Function Documentation

◆ __contains__()

def __contains__ (   self,
  item 
)

Definition at line 98 of file conftest.py.

◆ __enter__()

def __enter__ (   self)

Definition at line 79 of file conftest.py.

◆ __eq__()

def __eq__ (   self,
  other 
)

Definition at line 86 of file conftest.py.

◆ __exit__()

def __exit__ (   self,
  args 
)

Definition at line 83 of file conftest.py.

◆ __str__()

def __str__ (   self)

Definition at line 95 of file conftest.py.

◆ stderr()

def stderr (   self)

Definition at line 106 of file conftest.py.

◆ unordered()

def unordered (   self)

Definition at line 102 of file conftest.py.

Member Data Documentation

◆ capfd

capfd

Definition at line 75 of file conftest.py.

◆ err

err

Definition at line 77 of file conftest.py.

◆ explanation

explanation

Definition at line 92 of file conftest.py.

◆ out

out

Definition at line 76 of file conftest.py.


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