Panda3D
|
Functions | |
def | escape (pathname) |
def | glob (pathname) |
def | glob0 (dirname, basename) |
def | glob1 (dirname, pattern) |
def | has_magic (s) |
def | iglob (pathname) |
This module reimplements Python's native glob module using Panda vfs constructs. This enables Python to interface more easily with Panda's virtual file system.
def direct.stdpy.glob.escape | ( | pathname | ) |
def direct.stdpy.glob.glob | ( | pathname | ) |
Return a list of paths matching a pathname pattern. The pattern may contain simple shell-style wildcards a la fnmatch.
def direct.stdpy.glob.glob0 | ( | dirname, | |
basename | |||
) |
def direct.stdpy.glob.glob1 | ( | dirname, | |
pattern | |||
) |
def direct.stdpy.glob.has_magic | ( | s | ) |
def direct.stdpy.glob.iglob | ( | pathname | ) |
Return an iterator which yields the paths matching a pathname pattern. The pattern may contain simple shell-style wildcards a la fnmatch.