Suppose I have two boost python modules that are defined as follows. Module A: 开发者_如何学编程class SomeClass {
I am开发者_JAVA百科 writing a simple Vector implementation as a Python extension module in C that looks mostly like this:
How does this import work, what file does it use? import _functools In python 2.5:开发者_StackOverflow