abel-bzz - Overview
Pinned Loading
-
1
// This code is licensed under the terms of the APACHE 2 License (https://www.apache.org/licenses/LICENSE-2.0.html)2
// Copyright (C) 2023 Aoun Abel aoun.abel@gmail.com4
public class FunctionalPipe {
5
public static <T> T pipe(T value,
-
1
# This code is licensed under the terms of the APACHE 2 License (https://www.apache.org/licenses/LICENSE-2.0.html)2
# Copyright (C) 2023 Aoun Abel aoun.abel@gmail.com4
from __future__ import annotations
5
from functools import reduce
-
1
# License: This code is licensed under the terms of the APACHE 2 License2
# (https://www.apache.org/licenses/LICENSE-2.0.html)3
# Copyright (C) 2023 Aoun Abel aoun.abel@gmail.com5
# These are python 3.9+ utility functions for netCDF files.