svgui/pyjs/lib/pyjslib.py
changeset 1870 4d070115b552
parent 1865 0bd5b3099144
child 1872 866fb3ab8778
equal deleted inserted replaced
1869:49cdd843c006 1870:4d070115b552
    10 # distributed under the License is distributed on an "AS IS" BASIS,
    10 # distributed under the License is distributed on an "AS IS" BASIS,
    11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    12 # See the License for the specific language governing permissions and
    12 # See the License for the specific language governing permissions and
    13 # limitations under the License.
    13 # limitations under the License.
    14 
    14 
       
    15 # pylint: disable=too-many-function-args
    15 
    16 
    16 # iteration from Bob Ippolito's Iteration in JavaScript
    17 # iteration from Bob Ippolito's Iteration in JavaScript
    17 
    18 
    18 from __pyjamas__ import JS
    19 from __pyjamas__ import JS
    19 
    20