Package Cryptodome :: Package Util :: Module _file_system

Module _file_system

Functions
 
pycryptodome_filename(dir_comps, filename)
Return the complete file name for the module
Variables
  __package__ = 'Cryptodome.Util'
Function Details

pycryptodome_filename(dir_comps, filename)

 

Return the complete file name for the module

dir_comps : list of string
The list of directory names in the PyCryptodome package. The first element must be "Cryptodome".
filename : string
The filename (inclusing extension) in the target directory.