resource directive : sketch of implementation + clang / llvm use case

This commit is contained in:
Massimiliano Culpo
2015-11-26 17:53:33 +01:00
parent f8ffb005c8
commit 1fe626ec7c
6 changed files with 132 additions and 16 deletions

View File

@@ -112,7 +112,7 @@ def partition_list(elements, predicate):
def caller_locals():
"""This will return the locals of the *parent* of the caller.
This allows a fucntion to insert variables into its caller's
This allows a function to insert variables into its caller's
scope. Yes, this is some black magic, and yes it's useful
for implementing things like depends_on and provides.
"""