Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
PRESUBMIT_test_mocks.MockAffectedFile Class Reference
Inheritance diagram for PRESUBMIT_test_mocks.MockAffectedFile:
PRESUBMIT_test_mocks.MockFile

Public Member Functions

 AbsoluteLocalPath (self)
 
- Public Member Functions inherited from PRESUBMIT_test_mocks.MockFile
 __init__ (self, local_path, new_contents, old_contents=None, action='A', scm_diff=None)
 
 Action (self)
 
 ChangedContents (self)
 
 NewContents (self)
 
 LocalPath (self)
 
 GenerateScmDiff (self)
 
 OldContents (self)
 
 rfind (self, p)
 
 __getitem__ (self, i)
 
 __len__ (self)
 
 replace (self, altsep, sep)
 

Additional Inherited Members

- Protected Attributes inherited from PRESUBMIT_test_mocks.MockFile
 _local_path
 
 _new_contents
 
 _changed_contents
 
 _action
 
 _scm_diff
 
 _old_contents
 

Detailed Description

Definition at line 260 of file PRESUBMIT_test_mocks.py.

Member Function Documentation

◆ AbsoluteLocalPath()

PRESUBMIT_test_mocks.MockAffectedFile.AbsoluteLocalPath (   self)

Reimplemented from PRESUBMIT_test_mocks.MockFile.

Definition at line 261 of file PRESUBMIT_test_mocks.py.

261 def AbsoluteLocalPath(self):
262 return self._local_path
263
264

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