Internal API reference¶
lsst.resources.utils Module¶
Functions¶
| Get POSIX path to temporary directory. | |
| 
 | Convert a local path description to a POSIX path description. | 
| 
 | Convert a POSIX path description to a local path description. | 
Classes¶
| A simple emulation of the  | |
| 
 | Protocol for type checking transaction interface. | 
Class Inheritance Diagram¶
lsst.resources._resourceHandles._baseResourceHandle Module¶
Classes¶
| 
 | Base class interface for the handle like interface of  | 
| 
 | Enumerated closed/open status of a file handle, implementation detail that may be used by BaseResourceHandle children. | 
| 
 | Defines the interface protocol that is compatible with children of  | 
Class Inheritance Diagram¶
lsst.resources._resourceHandles._fileResourceHandle Module¶
Classes¶
| 
 | File based specialization of  |