Search results
Results From The WOW.Com Content Network
This module depends on the following other modules: Module: ... if title ~= nil and title. exists then table.insert (rawpages, title. fullText) nvalid = nvalid + 1 ...
The main "gadfly" module attempts to faithfully adhere to Greg Stein's Python Database API, as discussed and certified by the Python DB-SIG. Concurrent database updates are not supported. The "databases" are currently designed to be written/modified by one process in isolation.
The doctest module looks for such sequences of prompts in a docstring, re-executes the extracted command and checks the output against the output of the command given in the docstrings test example. The default action when running doctests is for no output to be shown when tests pass. This can be modified by options to the doctest runner.
The #ifexist function selects one of two alternatives depending on whether a page exists at the specified title. {{#ifexist: page title | value if page exists | value if page doesn't exist}} The page can be in any namespace, so it can be an article or "content page", an image or other media file, a category, etc.
In some languages, notably those influenced by Modula-3 (including Python and Go), modules are objects, and scope resolution within modules is a special case of usual object member access, so the usual method operator . is used for scope resolution.
This is the test cases page for the module Module:Number table sorting. Results of the test cases. local mNts = require ( 'Module:Number table sorting' ) -- the module to be tested local Nts = mNts . _exportClasses ().
An example of a database that has not enforced referential integrity. In this example, there is a foreign key (artist_id) value in the album table that references a non-existent artist — in other words there is a foreign key value with no corresponding primary key value in the referenced table.
-- The frame test doesn't seem to be working for now, so adding a namespace hack. self: assertNotStringContains (diff, notice, true) end end function suite: testSandboxNoticeTestcases local env, image, templateBlurb, moduleBlurb, otherBlurb, diff, testcasesBlurb, category = suite. getSandboxNoticeTestData ('Template:Edit protected/sandbox ...