class PythonParser::ImportModel
 
  - PythonParser::ImportModel
- Reference
- Object
Overview
Class to model annotations
Defined in:
miniparsers/python.crConstructors
Instance Method Summary
- #as_name : String | Nil
- #as_name=(as_name : String | Nil)
- #name : String
- #name=(name : String)
- #path : String | Nil
- #path=(path : String | Nil)
- 
        #to_s
        
          Returns a nicely readable and concise string representation of this object, typically intended for users. 
Constructor Detail
Instance Method Detail
        
        def to_s
        #
      
      
        
              Description copied from class Object
            
          
          Returns a nicely readable and concise string representation of this object, typically intended for users.
This method should usually not be overridden. It delegates to
#to_s(IO) which can be overridden for custom implementations.
Also see #inspect.