Home | Top | ← | → | Overview | Module | Class | Index | Help |
|
About |
---|
|
||||
pysourceinfo.fileinfo - information on source files.
Based on the stack-frames of inspect, __file__, and additional attributes.
Details see manuals.
Version: 0.1.34
Author: Arno-Can Uestuensoez
Copyright: Copyright (C) 2010-2017 Arno-Can Uestuensoez @Ingenieurbuero Arno-Can Uestuensoez
License: Artistic-License-2.0 + Forced-Fairplay-Constraints
Functions | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Variables | |
PYV35Plus = True
|
|
__cached__ =
|
|
__loader__ = <_frozen_importlib_external.SourceFileLoader obje
|
|
__package__ =
|
|
__spec__ = ModuleSpec(name='sourceinfo.fileinfo', loader=<_fro
|
|
__uuid__ =
|
|
presolve = 1
|
Function Details |
Filename of caller's module.
|
File pathname of caller's module.
|
Source line number of call.
|
First line number of enclosing caller function/method definition.
|
|
Filepathname of the package from sys.path. If not matched by sys.path returns the dirname of the caller.
|
Pathname of the package from sys.path as used for search of the package. Relies on 'inspect'.
|
pathname of caller source file.
|
Relative pathname to first matching package directory of caller. Evaluates 'sys.path' first, else switches to 'inspect'.
|
sub-pathname to first matching module directory of caller. Evaluates 'sys.path' first, else switches to 'inspect'.
|
Alias for getcaller_package_pathname
|
Pathname of caller source.
|
Basename of file for loaded module mod.
|
File pathname of loaded module mod.
|
Path name of package for loaded module.
|
Path name of loaded module.
|
Relative path name to PYTHONPATH for loaded module.
|
Path name for loaded module, relative to package path.
|
Path name from PYTHONPATH of loaded module.
|
Variables Details |
__cached__
|
__loader__
|
__spec__
|
Home | Top | ← | → | Overview | Module | Class | Index | Help |
|
About |
---|
Copyright(C) 2019 Arno-Can Uestuensoez @Ingenieurbuero Arno-Can Uestuensoez | https://arnocan.wordpress.com |
Generated by Epydoc 4.0.4 / Python-3.8 / fedora27 on Fri Dec 13 10:01:44 2019 | http://epydoc.sourceforge.net |