File "variables_dynamic.js"

Full path: /usr/home/mndrn/domains/mndrn.ru/public_html/block-hill/blockly/generators/python/variables_dynamic.js
File size: 533 B
MIME-type: text/plain
Charset: utf-8

Download   Open   Back

/**
 * @license
 * Copyright 2018 Google LLC
 * SPDX-License-Identifier: Apache-2.0
 */

/**
 * @fileoverview Generating Python for dynamic variable blocks.
 * @author [email protected] (Rachel Fenichel)
 */
'use strict';

goog.provide('Blockly.Python.variablesDynamic');

goog.require('Blockly.Python');
goog.require('Blockly.Python.variables');


// Python is dynamically typed.
Blockly.Python['variables_get_dynamic'] = Blockly.Python['variables_get'];
Blockly.Python['variables_set_dynamic'] = Blockly.Python['variables_set'];

PHP File Manager