Home
last modified time | relevance | path

Searched refs:new_school (Results 1 – 10 of 10) sorted by relevance

/dports/devel/py-schematics-patched/schematics-1.1.2-patch/tests/
H A Dtest_binding.py92 new_school = School(valid_data)
93 new_school.validate()
98 assert id(new_school) != id(school)
100 assert id(new_school.courses[0].attending[0]) != id(school.courses[0].attending[0])
/dports/databases/py-marshmallow-sqlalchemy/marshmallow-sqlalchemy-0.26.1/tests/
H A Dtest_sqlalchemy_schema.py500 new_school = schema.load(dump_data, transient=True)
501 assert list(new_school.student_ids) == list(school.student_ids)
549 new_school = schema.load(
552 assert list(new_school.student_ids) == list(school.student_ids)
/dports/devel/yajl-tcl/yajl-tcl-1.7.0/playpen/
H A Dtest2.tcl20 proc new_school {howMany} { procedure
/dports/games/tomenet/tomenet-4.6.0/src/client/
H A Dspells.pre52 extern s16b new_school(int i, cptr name, s16b skill);
H A Dlua_bind.c52 s16b new_school(int i, cptr name, s16b skill) in new_school() function
H A Dexterns.h820 extern s16b new_school(int i, cptr name, s16b skill);
/dports/games/tomenet/tomenet-4.6.0/lib/scpt/
H A Ds_aux.lua45 new_school(i, s.name, s.skill)
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dlua_bind.c248 s16b new_school(int i, cptr name, s16b skill) in new_school() function
H A Dspells.pre317 extern s16b new_school(int i, cptr name, s16b skill);
H A Dexterns.h2118 s16b new_school(int i, cptr name, s16b skill);