code
stringlengths
9
256k
<s> import cPickle <EOL> import os <EOL> import re <EOL> import subprocess <EOL> import sys <EOL> try : <EOL> import threading as _threading <EOL> except ImportError : <EOL> import dummy_threading as _threading <EOL> import time <EOL> import urllib2 <EOL> from signal import SIGTERM <EOL> from urllib2 import urlopen , H...
<s> import sys <EOL> from command import Command <EOL> from git_command import GitCommand <EOL> from git_refs import GitRefs , HEAD , R_HEADS , R_TAGS , R_PUB <EOL> from error import GitError <EOL> class Rebase ( Command ) : <EOL> common = True <EOL> helpSummary = "<STR_LIT>" <EOL> helpUsage = """<STR_LIT>""" <EOL> hel...
<s> from githistorydata . codeline import CodeLine <EOL> from githistorydata . commitdetail import CommitDetail <EOL> from githistorydata . dataline import DataLine <EOL> from githistorydata . expand_commits import expand_authors <EOL> from githistorydata . expand_commits import expand_detail <EOL> from githistorydata ...
<s> """<STR_LIT>""" </s>
<s> from __future__ import with_statement <EOL> import pytest <EOL> import time <EOL> from redis . exceptions import LockError , ResponseError <EOL> from redis . lock import Lock , LuaLock <EOL> class TestLock ( object ) : <EOL> lock_class = Lock <EOL> def get_lock ( self , redis , * args , ** kwargs ) : <EOL> kwargs [...
<s> from appengine_django . models import BaseModel <EOL> from google . appengine . ext import db <EOL> class Base ( BaseModel ) : <EOL> @ property <EOL> def id ( self ) : <EOL> try : <EOL> return str ( self . key ( ) ) <EOL> except db . NotSavedError : <EOL> pass <EOL> pk = id </s>
<s> from django . test import TestCase <EOL> from django . test . client import Client <EOL> from django . core . urlresolvers import reverse <EOL> from app . tests import test_data as data <EOL> from error . models import Error , Group <EOL> from error import signals <EOL> from custom . examples import default_public ...
<s> from datetime import datetime <EOL> from app . base import Base <EOL> from google . appengine . ext import db <EOL> from appengine_django . auth . models import User <EOL> class Profile ( Base ) : <EOL> user = db . ReferenceProperty ( User ) <EOL> notification = db . IntegerProperty ( ) <EOL> def __str__ ( self ) :...
<s> from userstorage . utils import activate , deactivate <EOL> class UserStorage : <EOL> def process_request ( self , request ) : <EOL> activate ( request ) <EOL> def process_exception ( self , request , exception ) : <EOL> deactivate ( request ) <EOL> def process_response ( self , request , response ) : <EOL> deactiv...
<s> from django . contrib . auth . decorators import user_passes_test <EOL> from django . conf import settings <EOL> def arecibo_login_required ( func ) : <EOL> return user_passes_test ( lambda u : settings . ANONYMOUS_ACCESS or u . is_staff ) ( func ) </s>
<s> from datetime import datetime , timedelta <EOL> from django . core . management . base import BaseCommand <EOL> from notifications . models import Notification <EOL> from app . utils import log , render_plain <EOL> class Command ( BaseCommand ) : <EOL> def handle ( self , * args , ** options ) : <EOL> notifications...
<s> import logging <EOL> from collections import defaultdict <EOL> from itertools import ifilter <EOL> import networkx <EOL> import simuvex <EOL> import pyvex <EOL> from . . annocfg import AnnotatedCFG <EOL> from . . analysis import Analysis , register_analysis <EOL> from . . errors import AngrBackwardSlicingError <EOL...
<s> class Data ( object ) : <EOL> def __init__ ( self , model ) : <EOL> self . _model = model </s>
<s> import sys <EOL> import logging <EOL> import nose <EOL> import angr <EOL> import simuvex <EOL> def main ( ) : <EOL> if len ( sys . argv ) == <NUM_LIT:2> : <EOL> f = sys . argv [ <NUM_LIT:1> ] <EOL> else : <EOL> f = "<STR_LIT>" <EOL> p = angr . Project ( f , arch = simuvex . SimARM ( endness = "<STR_LIT>" ) , <EOL> ...
<s> from elemental import login_manager <EOL> from elemental . config import config <EOL> from elemental . model . user import UserObj <EOL> login_manager . login_view = config . LOGIN_VIEW <EOL> @ login_manager . user_loader <EOL> def load_user ( userid ) : <EOL> """<STR_LIT>""" <EOL> return UserObj . get ( userid ) <...
<s> Profession = { <EOL> '<STR_LIT>' , <EOL> '<STR_LIT>' , <EOL> '<STR_LIT>' , <EOL> '<STR_LIT>' , <EOL> '<STR_LIT>' , <EOL> '<STR_LIT>' , <EOL> '<STR_LIT>' <EOL> } </s>
<s> '''<STR_LIT>''' <EOL> import sys , os , glob , importlib <EOL> from swgpy . object import * <EOL> class TemplateProxy ( object ) : <EOL> '''<STR_LIT>''' <EOL> __slots__ = ( '<STR_LIT:file>' , '<STR_LIT>' ) <EOL> def __init__ ( self , file ) : <EOL> '''<STR_LIT>''' <EOL> self . file = file <EOL> self . create = None...
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Building ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Building ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Building ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Building ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Building ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Building ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Building ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Building ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Building ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Building ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Building ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Building ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Building ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Building ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Building ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Building ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Building ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Building ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Building ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Building ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Building ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Building ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Building ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Building ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Building ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Building ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Building ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Building ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Building ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Building ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Building ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Building ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Building ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Building ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Building ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Building ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Building ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Creature ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = <NUM_LIT:9> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Creature ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = <NUM_LIT:9> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Creature ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = <NUM_LIT:3> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Creature ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = <NUM_LIT:3> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Creature ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = <NUM_LIT:3> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Creature ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Intangible ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Intangible ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Intangible ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Intangible ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Intangible ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Intangible ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Intangible ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Intangible ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Intangible ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Intangible ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Intangible ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Intangible ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Intangible ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Intangible ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Intangible ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Intangible ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Intangible ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Intangible ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Intangible ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Intangible ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Intangible ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Intangible ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Intangible ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Intangible ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Intangible ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Intangible ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Intangible ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Intangible ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Intangible ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Intangible ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Intangible ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Intangible ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Intangible ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Intangible ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Intangible ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Intangible ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Intangible ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Intangible ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Intangible ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>
<s> from swgpy . object import * <EOL> def create ( kernel ) : <EOL> result = Intangible ( ) <EOL> result . template = "<STR_LIT>" <EOL> result . attribute_template_id = - <NUM_LIT:1> <EOL> result . stfName ( "<STR_LIT>" , "<STR_LIT>" ) <EOL> return result </s>