Пример #1
0
 public PythonAsciiString(AsciiString s, IPythonInterpreter interpreter, LocationInfo location = null)
     : base(s, interpreter.GetBuiltinType(interpreter.GetAsciiTypeId()), location)
 {
 }
Пример #2
0
 public PythonAsciiString(AsciiString s, IPythonInterpreter interpreter)
     : base(s, interpreter.GetBuiltinType(interpreter.GetAsciiTypeId()))
 {
 }