Flutter Engine
The Flutter Engine
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

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

Detailed Description

Definition at line 260 of file PRESUBMIT_test_mocks.py.

Member Function Documentation

◆ AbsoluteLocalPath()

def 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: