관리-도구
편집 파일: MSVSProject.pyc
� �Rac @ sg d Z d d l Z d d l j Z d e f d � � YZ d e f d � � YZ d e f d � � YZ d S( s$ Visual Studio project reader/writer.i����Nt Toolc B s# e Z d Z d d � Z d � Z RS( s Visual Studio tool.c C s | p i | _ | | j d <d S( so Initializes the tool. Args: name: Tool name. attrs: Dict of tool attributes; may be None. t NameN( t _attrs( t selft namet attrs( ( sm /opt/alt/alt-nodejs6/root/usr/lib/node_modules/npm/node_modules.bundled/node-gyp/gyp/pylib/gyp/MSVSProject.pyt __init__ s c C s d | j g S( s] Creates an element for the tool. Returns: A new xml.dom.Element for the tool. R ( R ( R ( ( sm /opt/alt/alt-nodejs6/root/usr/lib/node_modules/npm/node_modules.bundled/node-gyp/gyp/pylib/gyp/MSVSProject.pyt _GetSpecification s N( t __name__t __module__t __doc__t NoneR R ( ( ( sm /opt/alt/alt-nodejs6/root/usr/lib/node_modules/npm/node_modules.bundled/node-gyp/gyp/pylib/gyp/MSVSProject.pyR s t Filterc B s e Z d Z d d � Z RS( s1 Visual Studio filter - that is, a virtual folder.c C s"