Skip to main content
Bazel Documentation home page
HEAD
English
Search...
⌘K
Module Registry
Blog
Github
Search...
Navigation
Core Starlark data types
About Bazel
Getting started
User guide
Reference
Extending
Community
Concepts
Extension Overview
Writing rules
Rules Tutorial
Creating a Symbolic Macro
Creating a Legacy Macro
Using Macros to Create Custom Verbs
Language
.bzl style guide
Challenges of Writing Rules
Windows
Distributing rules
Testing
Optimizing Performance
Deploying Rules
APIs
One-Page Overview
Global functions
Core Starlark data types
This section lists the data types of the
Starlark core language
. With some exceptions, these type names are not valid Starlark symbols; instances of them may be acquired through different means.
bool
builtin_function_or_method
dict
float
function
int
json
list
range
set
string
tuple
⌘I