tests.host_fake
index
/home/dinilbose/.local/lib/python3.6/site-packages/tests/host_fake.py

# Copyright 2014 Dirk Pranke. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#    http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

 
Modules
       
io
sys

 
Classes
       
builtins.object
FakeHost

 
class FakeHost(builtins.object)
     Methods defined here:
__init__(self)
Initialize self.  See help(type(self)) for accurate signature.
abspath(self, *comps)
chdir(self, *comps)
dirname(self, path)
getcwd(self)
join(self, *comps)
maybe_mkdir(self, *comps)
mkdtemp(self, suffix='', prefix='tmp', dir=None, **_kwargs)
print_(self, msg='', end='\n', stream=None)
read_text_file(self, *comps)
remove(self, *comps)
rmtree(self, *comps)
write_text_file(self, path, contents)

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Data and other attributes defined here:
python_interpreter = 'python'