results = parser.finish() # Pull out the first argument out of the arglist of the first (and # only) signature.
harness.ok(
results[0].members[0].signatures()[0][1][0].type.hasClamp(), "Should be clamped"
)
harness.ok( not results[0].members[1].signatures()[0][1][0].type.hasClamp(), "Should not be clamped",
)
results = parser.finish() # Pull out the first argument out of the arglist of the first (and # only) signature.
harness.ok(
results[0].members[0].signatures()[0][1][0].type.hasEnforceRange(), "Should be enforceRange",
)
harness.ok( not results[0].members[1].signatures()[0][1][0].type.hasEnforceRange(), "Should not be enforceRange",
)
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.