Attribute Meaning __doc__ The function's documentationstring, or None ifunavailable; not inherited bysubclasses Writable __name__ The function's name Writable __qualname__ The function'squalified name New in version 3.3. Writable __module__ The nam…
在vs中__FILE__宏代表了当前文件,如果有/FC那么__FILE__代表了当前文件的全路径!否则只表示当前文件名 参考 https://msdn.microsoft.com/en-us/library/027c4t2s.aspx /FC (Full Path of Source Code File in Diagnostics) Visual Studio 2015 Other Versions For the latest documentation on Visual St…