MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / GetCurrentDir

Method GetCurrentDir

tools/ng/environment.py:154–164  ·  view source on GitHub ↗

Get current directory. Args: env: SCons Environment Returns: Current directory path

(env)

Source from the content-addressed store, hash-verified

152
153 @staticmethod
154 def GetCurrentDir(env) -> str:
155 """
156 Get current directory.
157
158 Args:
159 env: SCons Environment
160
161 Returns:
162 Current directory path
163 """
164 return Dir('.').abspath
165
166 @staticmethod
167 def BuildPackage(env, package_path: str = None) -> List:

Callers 1

BuildPackageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected