Exemple #1
0
 public PyString(StringTableUtils.EntryList entry)
 {
     this.Value = StringTableUtils.Entries[(int)entry];
     this.IsStringTableEntry    = true;
     this.StringTableEntryIndex = entry;
 }
Exemple #2
0
 public PyString(StringTableUtils.EntryList entry) : base(PyObjectType.String)
 {
     this.Value = StringTableUtils.Entries[(int)entry];
     this.IsStringTableEntry    = true;
     this.StringTableEntryIndex = entry;
 }