twisted.trial.runner.isPackageDirectory(dirname) function documentationtwisted.trial.runner
          View Source
          
        
      Is the directory at path 'dirname' a Python package directory? Returns the name of the __init__ file (it may have a weird extension) if dirname is a package directory. Otherwise, returns False
| Function | _getSuffixes | Undocumented |