From 90fc5e3819ed62e93228a9c2c29dede0f0f8cfd6 Mon Sep 17 00:00:00 2001 From: Anjali Sridhar Date: Fri, 6 Jul 2018 13:50:29 -0700 Subject: Allow is_initialized and initializer to be called on MirroredVariables and TowerLocalVariables. PiperOrigin-RevId: 203520287 --- third_party/codegen.BUILD | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 third_party/codegen.BUILD (limited to 'third_party/codegen.BUILD') diff --git a/third_party/codegen.BUILD b/third_party/codegen.BUILD new file mode 100644 index 0000000000..df436c8163 --- /dev/null +++ b/third_party/codegen.BUILD @@ -0,0 +1,16 @@ +# -*- mode: python; -*- +# +# Description: +# Extension to ast that allow ast -> python code generation. + +package(default_visibility = ["//visibility:public"]) + +licenses(["notice"]) # New BSD + +exports_files(["LICENSE"]) + +py_library( + name = "com_github_andreif_codegen", + srcs = glob(["codegen.py"]), + srcs_version = "PY2AND3", +) -- cgit v1.2.3